projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0453f91
)
gtkpathbar: Use symbolic names for button numbers
author
Carlos Garcia Campos
<cgarcia@igalia.com>
Wed, 25 Jan 2012 17:44:55 +0000
(18:44 +0100)
committer
Carlos Garcia Campos
<carlosgc@gnome.org>
Fri, 27 Jan 2012 08:47:44 +0000
(09:47 +0100)
gtk/gtkpathbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpathbar.c
b/gtk/gtkpathbar.c
index 8e165cb7fa73ac53574e0b49e8a73f474384182b..e383a0f633f46922507e7cb819b58f22c656bde0 100644
(file)
--- a/
gtk/gtkpathbar.c
+++ b/
gtk/gtkpathbar.c
@@
-1130,7
+1130,7
@@
gtk_path_bar_slider_button_press (GtkWidget *widget,
GdkEventButton *event,
GtkPathBar *path_bar)
{
- if (event->type != GDK_BUTTON_PRESS || event->button !=
1
)
+ if (event->type != GDK_BUTTON_PRESS || event->button !=
GDK_BUTTON_PRIMARY
)
return FALSE;
path_bar->ignore_click = FALSE;